Platform Explorer / Nuxeo Platform 11.3

Extension point backend

Documentation

Allows to register a backend implementation for the Audit Service

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.audit.service.extension.AuditBackendDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-audit-core-11.3.56.jar /OSGI-INF/nxaudit-service.xml
    <extension point="backend" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
    
        <backend class="org.nuxeo.ecm.platform.audit.service.DefaultAuditBackend">
          <require>org.nuxeo.ecm.core.persistence.PersistenceComponent</require>
        </backend>
    
      </extension>